home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
System
/
Shutdown FX
/
Shutdown FX ƒ
/
sfx code ƒ
/
show init.h
< prev
Wrap
Text File
|
1993-12-14
|
276b
|
10 lines
#define GOOD_ICON 130
#define BAD_ICON 129
void ShowIconFamily(short);
void GetIconRect(register Rect* iconRect);
Handle ChooseIcon(short iconId, short* suggestedDepth);
#define ShowBadICON() ShowIconFamily(BAD_ICON)
#define ShowGoodICON() ShowIconFamily(GOOD_ICON)